luatex add tag
noiv
Hello,

I am currently writing an addon for the `l3build` system to supply a special kind of test.

In my idealized world, I would want to load the addon like a library
```
require 'addon.lua'
```

Where in the texmf tree can I put this addon such that all instances of `l3build` can find it?
Top Answer
samcarter
You could place your custom `.lua` files in

```
$TEXMFHOME/scripts/.
```

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.