[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
split check target into check and test targets
From: |
Daily, Jeff A |
Subject: |
split check target into check and test targets |
Date: |
Tue, 23 Feb 2010 16:05:47 -0800 |
I attempted to split the "make check" target into "make check" (build
check_PROGRAMS) and "make test" (run check_PROGRAMS). However, I get warnings
that check-am was overridden. How might I split the building and running of
check_PROGRAMS and still use the generated parallel-tests using TESTS? Thanks.
Jeff