* [gentoo-commits] proj/R_overlay:master commit in: /, roverlay/depres/
@ 2012-06-06 19:52 André Erdmann
0 siblings, 0 replies; only message in thread
From: André Erdmann @ 2012-06-06 19:52 UTC (permalink / raw
To: gentoo-commits
commit: 8e2ad5acb4424806ced61689df2ba4d78a93af6a
Author: André Erdmann <dywi <AT> mailerd <DOT> de>
AuthorDate: Wed Jun 6 19:39:55 2012 +0000
Commit: André Erdmann <dywi <AT> mailerd <DOT> de>
CommitDate: Wed Jun 6 19:39:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=8e2ad5ac
temporary files for testing etc.
* added test-seewave/seewave targets to the Makefile
* run_config.py tries to read config files
* roverlay/depres/Makefile executes 'cd .. && make'
modified: Makefile
new file: roverlay/depres/Makefile
new file: run_config.py
---
Makefile | 9 +++++++--
roverlay/depres/Makefile | 1 +
run_config.py | 12 ++++++++++++
3 files changed, 20 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index abc4fe8..16f43e4 100644
--- a/Makefile
+++ b/Makefile
@@ -9,13 +9,18 @@ PY_NOP = ./nop.py
PY_EBU = ./run_ebuildcreation.py
PY_EBU2 = ./test_ebuildcreation.sh
-.PHONY: default dummy test test-nop test-ebuild_creation test-ebuild_creation2
+.PHONY: default dummy test test-nop test-ebuild_creation test-ebuild_creation2 test-seewave seewave
default: dummy test
dummy:
$(PY) --version
+seewave: test-seewave
+
+test-seewave: test-nop $(PY_EBU) $(EXAMPLES)/packages
+ $(PY) $(PY_EBU) $(EXAMPLES)/packages/seewave_*.tar.gz
+
test-nop: $(PY_NOP)
@$(PY) $(PY_NOP)
@@ -27,4 +32,4 @@ test-ebuild_creation: test-nop $(PY_EBU) $(EXAMPLES)/packages
test-ebuild_creation2: test-nop $(PY_EBU) $(PY_EBU2) $(EXAMPLES)/packages /bin/bash
PYTHON=$(PY) /bin/bash $(PY_EBU2) -q 1000
-test: test-nop test-ebuild_creation test-ebuild_creation2
+test: test-nop test-ebuild_creation test-ebuild_creation2 test-seewave
diff --git a/roverlay/depres/Makefile b/roverlay/depres/Makefile
new file mode 120000
index 0000000..d0b0e8e
--- /dev/null
+++ b/roverlay/depres/Makefile
@@ -0,0 +1 @@
+../Makefile
\ No newline at end of file
diff --git a/run_config.py b/run_config.py
new file mode 100755
index 0000000..98510a2
--- /dev/null
+++ b/run_config.py
@@ -0,0 +1,12 @@
+#!/usr/bin/env python3
+
+import sys
+
+ARGV = sys.argv[1:]
+
+from roverlay import config
+
+for c in ARGV:
+ print ( "<=== " + c + " ===>" )
+ config.access().load_config ( c )
+ print ( ">=== " + c + " ===<" )
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-06 19:53 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06 19:52 [gentoo-commits] proj/R_overlay:master commit in: /, roverlay/depres/ André Erdmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox