mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Add ../* to PATH before running tests to find DLLs.
2001-10-26 Tor Lillqvist <tml@iki.fi> * tests/makefile.msc.in: Add ../* to PATH before running tests to find DLLs.
This commit is contained in:
parent
3729dc28ad
commit
319f661027
@ -64,4 +64,4 @@ libmoduletestplugin_b.dll : libmoduletestplugin_b.obj
|
||||
$(CC) $(CFLAGS) -LD libmoduletestplugin_b.obj ..\gmodule\gmodule-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.lib ..\glib\glib-@GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@.lib $(LDFLAGS)
|
||||
|
||||
check: all
|
||||
for %p in ($(TESTS)) do %p
|
||||
for %p in ($(TESTS)) do set PATH=..\glib;..\gmodule;..\gobject;..\gthread;%PATH% && %p
|
||||
|
Loading…
Reference in New Issue
Block a user