diff options
author | Jens Arnold <amiconn@rockbox.org> | 2007-08-11 05:31:40 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2007-08-11 05:31:40 +0000 |
commit | 4211011b82e64fea86bf21cbddeefee880ef5795 (patch) | |
tree | 8bf56ee843fa55fd802fda9bc77bc3ca29f1f6f9 | |
parent | 9bc2c47adaeb8870836af70d3fbbcbcd04c50d0f (diff) | |
download | rockbox-4211011b82e64fea86bf21cbddeefee880ef5795.tar.gz rockbox-4211011b82e64fea86bf21cbddeefee880ef5795.zip |
Package test plugins as apps, instead of munging them into a file 'test', leaving only the last found one available with no proper extension to run it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14279 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/CATEGORIES | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/CATEGORIES b/apps/plugins/CATEGORIES index cb24f5af9c..c197790a9f 100644 --- a/apps/plugins/CATEGORIES +++ b/apps/plugins/CATEGORIES @@ -73,10 +73,10 @@ starfield,demos stats,apps stopwatch,apps test_codec,viewers -test_disk,test -test_fps,test -test_sampr,test -test_scanrate,test +test_disk,apps +test_fps,apps +test_sampr,apps +test_scanrate,apps text_editor,apps vbrfix,viewers video,viewers |