forked from M-Labs/artiq
lit-test: move to artiq/test
This commit is contained in:
parent
7c74b6cdbe
commit
d7e4783cae
|
@ -17,7 +17,7 @@ examples/master/results
|
||||||
examples/master/dataset_db.pyon
|
examples/master/dataset_db.pyon
|
||||||
examples/sim/dataset_db.pyon
|
examples/sim/dataset_db.pyon
|
||||||
Output/
|
Output/
|
||||||
/lit-test/libartiq_support/libartiq_support.so
|
/artiq/test/libartiq_support/libartiq_support.so
|
||||||
|
|
||||||
# for developer convenience
|
# for developer convenience
|
||||||
/test*.py
|
/test*.py
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
CC ?= clang
|
||||||
|
|
||||||
|
libartiq_support.so: ../../runtime/artiq_personality.c artiq_terminate.c artiq_time.c
|
||||||
|
$(CC) -std=c99 -Wall -Werror -I. -I../../runtime -g -fPIC -shared -o $@ $^
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue