aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2022-09-08 16:10:20 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2022-09-23 13:55:44 +0200
commita1f01c844aaa0ff41aa9095e9d5d01606a0e90c9 (patch)
treedd861c5a29de73cb02a27dbb55c2c2302d9ea136
parenta35e5637b7ef4e68acf3677f8c4fb5df7a91e6ab (diff)
downloadcompcert-a1f01c844aaa0ff41aa9095e9d5d01606a0e90c9.tar.gz
compcert-a1f01c844aaa0ff41aa9095e9d5d01606a0e90c9.zip
test/export: use the standard headers from ../../runtime/include
Just like in the other test/ directories.
-rw-r--r--test/export/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/export/Makefile b/test/export/Makefile
index d1228bf9..5cad730d 100644
--- a/test/export/Makefile
+++ b/test/export/Makefile
@@ -13,7 +13,7 @@ endif
COQINCLUDES += -R ./clight compcert.test.clight
COQINCLUDES += -R ./csyntax compcert.test.csyntax
-CLIGHTGEN=../../clightgen
+CLIGHTGEN=../../clightgen -stdlib ../../runtime
COQC=coqc
# Regression tests in the current directory