Migrate prim-bswap test to ocamltest

master
Nicolas Ojeda Bar 2017-12-02 23:56:29 +01:00 committed by Sébastien Hinderer
parent 40fee2cda2
commit 8292fed973
3 changed files with 4 additions and 17 deletions

View File

@ -1,17 +0,0 @@
#########################################################################
# #
# OCaml #
# #
# Benedikt Meurer, os-cillation GmbH #
# #
# Copyright 1998 Institut National de Recherche en Informatique #
# et en Automatique. Copyright 2013 Benedikt Meurer. All rights #
# reserved. This file is distributed under the terms of the Q #
# Public License version 1.0. #
# #
#########################################################################
BASEDIR=../..
include $(BASEDIR)/makefiles/Makefile.several
include $(BASEDIR)/makefiles/Makefile.common

View File

@ -1,3 +1,6 @@
(* TEST
*)
open Printf
external bswap16: int -> int = "%bswap16"

View File

@ -0,0 +1 @@
bswap.ml