summaryrefslogtreecommitdiff
path: root/tests/lpc18xx_43xx/rakefile.rb
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-29 16:16:05 +0700
committerhathach <[email protected]>2013-06-29 16:16:05 +0700
commitd7fc73ff76a44deca3fd9f402f6dd4a244fd5ef3 (patch)
treed6024b0c2b71586010973f1573553dd9bdaf679e /tests/lpc18xx_43xx/rakefile.rb
parent7e6e5cc35630d1d173df06701cbb310bd5f20a2a (diff)
rename test folder
Diffstat (limited to 'tests/lpc18xx_43xx/rakefile.rb')
-rw-r--r--tests/lpc18xx_43xx/rakefile.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/lpc18xx_43xx/rakefile.rb b/tests/lpc18xx_43xx/rakefile.rb
new file mode 100644
index 000000000..6b217f931
--- /dev/null
+++ b/tests/lpc18xx_43xx/rakefile.rb
@@ -0,0 +1,4 @@
+PROJECT_CEEDLING_ROOT = "../vendor/ceedling"
+load "#{PROJECT_CEEDLING_ROOT}/lib/rakefile.rb"
+
+task :default => %w[ test:all release ]