[beast/devel: 4/17] BSE: automatically check oldidl.idl upon each build



commit e0e522e2e5e2b90916d73bc74cb83a61b244525b
Author: Tim Janik <timj gnu org>
Date:   Mon Mar 25 23:44:03 2013 +0000

    BSE: automatically check oldidl.idl upon each build

 bse/Makefile.am |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/bse/Makefile.am b/bse/Makefile.am
index 8139a90..03f5ff5 100644
--- a/bse/Makefile.am
+++ b/bse/Makefile.am
@@ -13,6 +13,7 @@ DEFS     += @DEFINE__FILE_DIR__@ $(strip \
                      $(filter $(<F), $(bse_sources) $(bse_sources))) \
 )
 AM_CXXFLAGS  = $(BSE_CFLAGS) $(RAPICORN_CFLAGS) -DRAPICORN_CONVENIENCE -DG_DISABLE_DEPRECATED 
-DG_DISABLE_CONST_RETURNS
+AIDACC_VDEBUG = $(AIDACC) $(if $(findstring 1, $(V)), --aida-debug)
 
 #
 # setup source file variables
@@ -323,3 +324,9 @@ noinst_PROGRAMS += bseinfo
 bseinfo_SOURCES  = bseinfo.cc
 bseinfo_LDADD    = $(progs_LDADD)
 
+# == Tests ==
+check-oldidl: oldidl.idl AuxTypes.py
+       @echo "  CHECK " $<
+       $(Q) $(AIDACC_VDEBUG) -x $(srcdir)/AuxTypes.py $<
+.PHONY: check-oldidl
+check-local: check-oldidl


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]