adding new ceedling test project

This commit is contained in:
hathach
2019-06-10 16:18:27 +07:00
parent 579f468d38
commit 97c5c7a937
199 changed files with 23201 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# @private
module Ceedling
module Version
# @private
GEM = "0.28.3"
# @private
CEEDLING = GEM
# @private
CEXCEPTION = "1.3.1"
# @private
CMOCK = "2.4.5"
# @private
UNITY = "2.4.2"
end
end