History log of /netbsd-src/tests/lib/libobjc/Makefile (Results 1 – 3 of 3)
Revision Date Author Comments
# b5dbde74 09-May-2018 joerg <joerg@NetBSD.org>

Handle the GCC restriction like the set list by explicitly checking for
HAVE_GCC. When using EXTERNAL_TOOLCHAIN with LLVM, it would still be
picked up otherwise.


# 3b8335f4 20-May-2011 joerg <joerg@NetBSD.org>

Test case requires the GCC specific thread extension for Objective C, so
only enable the test if GCC is present and disable other compiler.


# cb5d4b08 18-Jul-2010 jmmv <jmmv@NetBSD.org>

Convert the libobjc tests to atf. While doing this, make the tests actually
check that things work.