Created ci directory for continuous integration scripts

This commit is contained in:
MalikBurton
2020-08-12 13:03:15 -04:00
parent 881485d52e
commit 69f40d1f50
5 changed files with 13 additions and 1 deletions

3
ci/test_driver.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd ../driver/tests && make run -f Makefile

3
ci/test_opencl.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
cd ../benchmarks/opencl && make run -f Makefile

3
ci/test_riscv_isa.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd ../benchmarks/riscv_tests/isa && make run -f Makefile

3
ci/test_runtime.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd ../runtime/tests && make run -f Makefile

View File

@@ -5,7 +5,7 @@ all:
run:
$(MAKE) -C basic run-rtlsim
$(MAKE) -C basic run-simx
#$(MAKE) -C basic run-simx
$(MAKE) -C demo run-rtlsim
$(MAKE) -C demo run-simx
$(MAKE) -C dogfood run-rtlsim