summaryrefslogtreecommitdiff
path: root/cesar/common
diff options
context:
space:
mode:
authorlaranjeiro2008-04-14 15:23:41 +0000
committerlaranjeiro2008-04-14 15:23:41 +0000
commite6edf12d2e6a3bacf2b595ac45c3d2c048383f8a (patch)
tree13f3271d565f1a1429e2d5136b621fa11d8729ec /cesar/common
parent600a0c5e7b5e21c78b61d623d62ca4be068de1f5 (diff)
Added the test for the interface on the proto.
Update the tests file for nightly builds. git-svn-id: svn+ssh://pessac/svn/cesar/trunk@1823 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/common')
-rw-r--r--cesar/common/tests/tests10
1 files changed, 8 insertions, 2 deletions
diff --git a/cesar/common/tests/tests b/cesar/common/tests/tests
index 6b6f67dac7..4c8e094e52 100644
--- a/cesar/common/tests/tests
+++ b/cesar/common/tests/tests
@@ -271,12 +271,12 @@ src:
python Maximus.py -d false -t 500000000
interface/sniffer/test:
-make: make COV=y
+make: make synth COV=y
sniffer: ./obj/test-sniffer
interface/test:
make: make COV=y
-interface: ./obj/test-interface.elf
+interface: ./obj/synth/test-interface.elf
hle/test/:
make: make COV=y
@@ -288,3 +288,9 @@ interface_send: ./obj/interface_send
host/test:
make: make COV=y
./obj/test_host
+
+hal/phy/test/bridgedma-proto/:
+make: make synth
+bridgedma-proto-proto: ./obj/synth/test-bridgedma-proto.elf
+bridgedma-proto-tx: ./obj/synth/test-bridgedma-proto-tx.elf
+bridgedma-proto-rx: ./obj/synth/test-bridgedma-proto-rx.elf