Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
whitequark committed Nov 7, 2015
1 parent 0b8535d commit 73c22b0
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lit-test/libartiq_support/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CC ?= clang

libartiq_support.so: ../../soc/runtime/artiq_personality.c artiq_terminate.c artiq_time.c
$(CC) -std=c99 -Wall -Werror -I. -I../../soc/runtime -g -fPIC -shared -o $@ $^
libartiq_support.so: ../../artiq/runtime/artiq_personality.c artiq_terminate.c artiq_time.c
$(CC) -std=c99 -Wall -Werror -I. -I../../artiq/runtime -g -fPIC -shared -o $@ $^
2 changes: 1 addition & 1 deletion lit-test/test/lit.cfg
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ config.name = 'ARTIQ'
config.test_format = lit.formats.ShTest()
config.suffixes = ['.py']

python_executable = 'python3'
python_executable = 'python3.5'

harness = '{} {}'.format(python_executable, os.path.join(root, 'harness.py'))
config.substitutions.append( ('%python', harness) )

0 comments on commit 73c22b0

Please sign in to comment.