Changeset 5203e256 in mainline for uspace/drv/test
- Timestamp:
- 2011-06-20T19:54:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a40dea3
- Parents:
- 73d288c
- Location:
- uspace/drv/test
- Files:
-
- 11 moved
-
test1/Makefile (moved) (moved from uspace/drv/test1/Makefile ) (1 diff)
-
test1/char.c (moved) (moved from uspace/drv/test1/char.c )
-
test1/test1.c (moved) (moved from uspace/drv/test1/test1.c )
-
test1/test1.h (moved) (moved from uspace/drv/test1/test1.h )
-
test1/test1.ma (moved) (moved from uspace/drv/test1/test1.ma )
-
test2/Makefile (moved) (moved from uspace/drv/test2/Makefile ) (1 diff)
-
test2/test2.c (moved) (moved from uspace/drv/test2/test2.c )
-
test2/test2.ma (moved) (moved from uspace/drv/test2/test2.ma )
-
test3/Makefile (moved) (moved from uspace/drv/test3/Makefile ) (1 diff)
-
test3/test3.c (moved) (moved from uspace/drv/test3/test3.c )
-
test3/test3.ma (moved) (moved from uspace/drv/test3/test3.ma )
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/test/test1/Makefile
r73d288c r5203e256 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../.. 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -
uspace/drv/test/test2/Makefile
r73d288c r5203e256 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../.. 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include -
uspace/drv/test/test3/Makefile
r73d288c r5203e256 27 27 # 28 28 29 USPACE_PREFIX = ../.. 29 USPACE_PREFIX = ../../.. 30 30 LIBS = $(LIBDRV_PREFIX)/libdrv.a 31 31 EXTRA_CFLAGS += -I$(LIBDRV_PREFIX)/include
Note:
See TracChangeset
for help on using the changeset viewer.
