aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/.cvsignore1
-rw-r--r--test/Makefile3
-rw-r--r--test/edid.crt.LG-Studioworks-N2200Pbin0 -> 128 bytes
3 files changed, 4 insertions, 0 deletions
diff --git a/test/.cvsignore b/test/.cvsignore
new file mode 100644
index 0000000..a3b4446
--- /dev/null
+++ b/test/.cvsignore
@@ -0,0 +1 @@
+new_MonitorsDB
diff --git a/test/Makefile b/test/Makefile
index 26feac1..9db5e63 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,2 +1,5 @@
all:
./parse-edids edid.*
+
+new_MonitorsDB: edid.*
+ for i in $^; do ../monitor-parse-edid --MonitorsDB $$i ; done > $@
diff --git a/test/edid.crt.LG-Studioworks-N2200P b/test/edid.crt.LG-Studioworks-N2200P
new file mode 100644
index 0000000..95e61d9
--- /dev/null
+++ b/test/edid.crt.LG-Studioworks-N2200P
Binary files differ