summaryrefslogtreecommitdiff
path: root/tests/test/rakefile.rb
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-06-05 11:23:41 +0700
committerhathach <[email protected]>2013-06-05 11:23:41 +0700
commitf69fefefa96339253d46b9f17833f0d0f1c39014 (patch)
treefb4ecd89a95b52ea00d6a9ff1c22e95744517219 /tests/test/rakefile.rb
parent6fb34f0e7a4ed05a3f0095c6850b4abf88aee229 (diff)
added dcd_dma_descriptor_t typdef
reorganize test project, multiple test projects each is specifically for an MCU
Diffstat (limited to 'tests/test/rakefile.rb')
-rw-r--r--tests/test/rakefile.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test/rakefile.rb b/tests/test/rakefile.rb
new file mode 100644
index 000000000..6b217f931
--- /dev/null
+++ b/tests/test/rakefile.rb
@@ -0,0 +1,4 @@
+PROJECT_CEEDLING_ROOT = "../vendor/ceedling"
+load "#{PROJECT_CEEDLING_ROOT}/lib/rakefile.rb"
+
+task :default => %w[ test:all release ]