Fix utest compilation with PGI

This commit is contained in:
Martin Kroeker
2020-02-07 10:15:18 +01:00
committed by GitHub
parent 9694037b23
commit 68a43db358

View File

@@ -31,6 +31,10 @@ OBJS += test_fork.o
endif
endif
ifeq ($(C_COMPILER), PGI)
OBJS = utest_main2.o
endif
all : run_test
$(UTESTBIN): $(OBJS)