Skip to content

Commit

Permalink
remove buggy value library
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Mar 3, 2024
1 parent 0025baf commit 4f6220d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 131 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ test: test-clean
ninja -C build/_test
cd build/_test ; env LD_LIBRARY_PATH="$$(pwd)"/build G_DEBUG=fatal-criticals yes | timeout 30 ./ymp-test --allow-oem --ask

test2:
valac -C test/test2.vala --pkg ymp --vapidir=build/ --pkg value --pkg array --vapidir=src/vapi -o build/test2.c
mv test/test2.c build/test2.c
LD_LIBRAR_PATH=$PWD/build $(CC) -g3 build/test2.c -Ibuild -Isrc/include -Lbuild -lymp -o build/test2 $(shell pkg-config --cflags --libs glib-2.0)
LD_LIBRAR_PATH=$PWD/build build/test2

install:
DESTDIR=$(DESTDIR) ninja -C build install

Expand Down
100 changes: 0 additions & 100 deletions src/ccode/value.c

This file was deleted.

7 changes: 0 additions & 7 deletions src/include/value.h

This file was deleted.

7 changes: 0 additions & 7 deletions src/vapi/value.vapi

This file was deleted.

11 changes: 0 additions & 11 deletions test/test2.vala

This file was deleted.

0 comments on commit 4f6220d

Please sign in to comment.