filename | test/include/paths.h |
changeset | 185:6755a04c447f |
author | nkeynes |
date | Tue Jul 11 01:35:27 2006 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | First commit of system test framework. 3 initial test cases (incomplete): testide, testmath, and testta |
view | annotate | diff | log | raw |
1 #ifndef _PATHS_H_
2 #define _PATHS_H_
4 #define _PATH_DEV "/dev/"
5 #define _PATH_BSHELL "/bin/sh"
7 #endif /* _PATHS_H_ */
.