Skip to content
Snippets Groups Projects
Commit 26e5520d authored by Torsten Schmits's avatar Torsten Schmits
Browse files

compile exe in test with core bindings to avoid recompilation of Hello

parent b802ba6d
Branches wip/T21694a
No related tags found
No related merge requests found
Pipeline #98565 failed
......@@ -5,5 +5,5 @@ include $(TOP)/mk/test.mk
T24634:
$(TEST_HC) -c -dynamic hello_c.c -o hello_c.o
$(TEST_HC) -c -fbyte-code-and-object-code Hello.hs
$(TEST_HC) -fprefer-byte-code hello_c.o Main.hs
$(TEST_HC) -fbyte-code-and-object-code -fprefer-byte-code hello_c.o Main.hs
./Main
[2 of 3] Compiling Main ( Main.hs, Main.o )
[2 of 3] Compiling Main ( Main.hs, Main.o, interpreted )
[3 of 3] Linking Main
42
......@@ -2,7 +2,6 @@ test('T24634',
[extra_files(['hello_c.h', 'hello_c.c', 'Hello.hs', 'Main.hs']),
req_c,
req_th,
ignore_stderr
],
makefile_test,
[])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment