Fix utest build on AIX

This commit is contained in:
Martin Kroeker
2020-06-25 12:58:13 +02:00
committed by GitHub
parent 3f613b1301
commit c592f0f80a

View File

@@ -34,6 +34,9 @@ endif
ifeq ($(C_COMPILER), PGI)
OBJS = utest_main2.o
endif
ifeq ($(OSNAME), AIX)
OBJS = utest_main2.o
endif
all : run_test