~martin-decky/helenos/rcu

« back to all changes in this revision

Viewing changes to uspace/app/tester/tester.h

  • Committer: Jakub Jermar
  • Date: 2011-06-02 21:26:44 UTC
  • mfrom: (720.2.82 ext2-merge)
  • Revision ID: jakub@jermar.eu-20110602212644-t5p3o4bux1n8ybvd
Merge from http://ho.st.dcs.fmph.uniba.sk/~mato/bzr/helenos-ext2.

Changes made against the ext2 branch parent:
- removed .bzrignore
- removed all traces of pipefs

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
extern const char *test_malloc3(void);
99
99
extern const char *test_serial1(void);
100
100
extern const char *test_virtchar1(void);
 
101
extern const char *test_libext2_1(void);
101
102
extern const char *test_devman1(void);
102
103
extern const char *test_devman2(void);
103
104