blob: b455857dd514cb3a518ddcc42082b63fa48f43c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- test/basic/Makefile.am.orig 2010-11-10 00:34:13.000000000 +0000
+++ test/basic/Makefile.am 2010-11-10 00:34:54.000000000 +0000
@@ -20,7 +20,7 @@
# TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
# SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-bin_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \
+check_PROGRAMS = test_01 test_02 test_03 test_04 test_05 test_06 \
test_07 test_08 test_09 test_10 test_11
AM_CFLAGS = -I$(top_srcdir)/va -I$(top_srcdir)/src/x11
|