]> git.sesse.net Git - vlc/blobdiff - bindings/cil/tests/Makefile.am
libvlccore: Don't set the priority on first thread on Mac OS X.
[vlc] / bindings / cil / tests / Makefile.am
index ab08d7b94340e98cfb1d0d81f8210db37b3a5078..116102de6d269b265ae643d1b6d0482a0603fcc0 100644 (file)
@@ -1,7 +1,8 @@
 EXTRA_DIST = $(SOURCES_testvlc)
 MOSTLYCLEANFILES = $(check_SCRIPTS)
 
-check_SCRIPTS = testvlc.exe
+noinst_SCRIPTS = testvlc.exe
+dist_check_SCRIPTS = missing_api
 
 SOURCES_testvlc = testvlc.cs
 LDADD_testvlc = -lib:../src -r:VideoLAN.LibVLC.dll
@@ -9,3 +10,4 @@ LDADD_testvlc = -lib:../src -r:VideoLAN.LibVLC.dll
 testvlc.exe: $(SOURCES_testvlc)
        $(CSC) -target:exe -out:$@ $(CSFLAGS) $^ $(LDADD_testvlc)
 
+TESTS = missing_api