aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-08-08 09:20:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-08-08 09:20:54 +0000
commitc4d95267ac77c1eebc47668c6c77857fa8697703 (patch)
treed8eadc46c5ae4931fb5e8770810fecdac1283f9f /test
parent4c81e799bf3915cf1515d4af703dd6e89133dc19 (diff)
downloadmonitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar
monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.gz
monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.bz2
monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.tar.xz
monitor-edid-c4d95267ac77c1eebc47668c6c77857fa8697703.zip
add a rule to generate MonitorsDB-compatible entries
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