forked from M-Labs/artiq
Fix tests.
This commit is contained in:
parent
0b8535dc67
commit
73c22b0b1e
|
@ -1,4 +1,4 @@
|
||||||
CC ?= clang
|
CC ?= clang
|
||||||
|
|
||||||
libartiq_support.so: ../../soc/runtime/artiq_personality.c artiq_terminate.c artiq_time.c
|
libartiq_support.so: ../../artiq/runtime/artiq_personality.c artiq_terminate.c artiq_time.c
|
||||||
$(CC) -std=c99 -Wall -Werror -I. -I../../soc/runtime -g -fPIC -shared -o $@ $^
|
$(CC) -std=c99 -Wall -Werror -I. -I../../artiq/runtime -g -fPIC -shared -o $@ $^
|
||||||
|
|
|
@ -8,7 +8,7 @@ config.name = 'ARTIQ'
|
||||||
config.test_format = lit.formats.ShTest()
|
config.test_format = lit.formats.ShTest()
|
||||||
config.suffixes = ['.py']
|
config.suffixes = ['.py']
|
||||||
|
|
||||||
python_executable = 'python3'
|
python_executable = 'python3.5'
|
||||||
|
|
||||||
harness = '{} {}'.format(python_executable, os.path.join(root, 'harness.py'))
|
harness = '{} {}'.format(python_executable, os.path.join(root, 'harness.py'))
|
||||||
config.substitutions.append( ('%python', harness) )
|
config.substitutions.append( ('%python', harness) )
|
||||||
|
|
Loading…
Reference in New Issue