From e046d875a0bc655c522fc30760e61c8b2b3408d8 Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Wed, 15 Aug 2018 10:26:51 -0400 Subject: Add functional tests through "cmdtests" These tests run a list of commands on both the system gentoolkit and the source from the active work directory, and then compares the results. It's a great way to verify that a refactoring didn't introduce an unwanted change in behavior. --- cmdtests/cmds.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 cmdtests/cmds.txt (limited to 'cmdtests/cmds.txt') diff --git a/cmdtests/cmds.txt b/cmdtests/cmds.txt new file mode 100644 index 0000000..38ebb2e --- /dev/null +++ b/cmdtests/cmds.txt @@ -0,0 +1,3 @@ +equery meta dev-lang/python +equery d -a llvm +equery l "vim*" -- cgit v1.2.3