From f3694c4ebb7155ef11730e757452498226caf423 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Mon, 18 Jan 2021 18:16:42 +0100 Subject: Testing calling conventions and interoperability with another C compiler Using a combination of fixed and randomly-generated function signatures. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 504e4c53..fa1fef30 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -DIRS=c compression raytracer spass regression +DIRS=c compression raytracer spass regression abi ifeq ($(CLIGHTGEN),true) DIRS+=clightgen endif -- cgit