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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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)