module_test.go 262 B

123456789101112131415
  1. /*
  2. * Copyright (C) 2019 Intel Corporation. All rights reserved.
  3. * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. */
  5. package wamr
  6. import (
  7. //"github.com/stretchr/testify/assert"
  8. "testing"
  9. )
  10. func TestModule(t *testing.T) {
  11. /* TODO */
  12. }