1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

* Run ATerm's `make check'.

This commit is contained in:
Eelco Dolstra 2010-02-23 12:26:35 +00:00
parent 68e55cd9da
commit 5ccb6f64f4

View file

@ -25,6 +25,7 @@ build-aterm: have-aterm
CC="$(CC)" ./configure --prefix=$$pfx/inst-aterm \
--disable-shared --enable-static && \
$(MAKE) && \
$(MAKE) check && \
$(MAKE) install)
touch build-aterm
endif